/* 字体驱动加载 */

@font-face {
    font-family: "alkatip basma";
    font-style:  normal;
    font-weight: normal;
    src: url('/font/ALKATIPBasma.eot');
}
@font-face {
    font-family: 'alkatip basma';
    src: url('ALKATIPBasma.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: "alkatip basma tom";
    font-style:  normal;
    font-weight: normal;
    src: url('/font/ALKATIPBasmaTom.eot');
}

@font-face {
    font-family: 'alkatip basma tom';
    src: url('ALKATIPBasmaTom.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}




@font-face {
    font-family: "Alkatip tor";
    font-style:  normal;
    font-weight: normal;
    src: url(/font/ALKATIPTor.eot);
}

@font-face {
    font-family: 'ukij tuz tom';
    src: url('UKIJTuT.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'alkatip tor';
    src: url('ALKATIPTor.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

body {
    font-size: 14px;
}

p {
    font-size: 14px;
}

* {
    font-family: "alkatip tor", serif;
    direction: rtl;
    font-weight: 100;
}
div.column div.column-title,
div.column div.column-title *,
h1, h2, h3,  b, strong,
h1 *, h2 *, h3 *, b * ,strong *{
    font-family: "alkatip basma tom", "微软雅黑", serif;
}

h1 {
    font-size: 28px;
}

h2 {
    font-size: 22px;
}

h3 {
    font-size: 16px;
}

h4 {
    font-size: 15px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 14px;
}

.normal {
    font-family: "ukij tuz tom", serif;
}
.uy {
    direction: rtl;
    font-family: "alkatip tor", serif;
}
.cn {
    direction: ltr;
    font-family:  "微软雅黑", serif;
}

.en {
    direction: ltr;
    font-family: Arial,serif;
}